home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of MacTutor - S…e Code for Volumes 1 to 5
/
The Best of MacTutor - Source Code for Volume 1-5 (Wayzata Technology)(6031)(1990).bin
/
Source Code
/
#38 (Nov 88)
/
IAC
/
New Driver Stuff
/
driver.m
< prev
next >
Wrap
Text File
|
1988-08-21
|
939b
|
29 lines
# Makefile for the IAC Driver!
# Frank Alviani -- 8/88
ob = {hlxEtc} #Set these definitions to your normal working directories
sr = {hlxSrc}
prog = {hlx}
e = echo
"{prog}SAWSInit" ƒ "{ob}SAWSdrvr.lnk" "{ob}SAWSInit" "{sr}SAWSINIT.r"
{e} `Date -a -t` Rez IAC >> "{log}"
Rez -t INIT -c SAWS -o "{prog}SAWSInit" "{sr}SAWSinit.r"
"{ob}SAWSDRVR.a.o" ƒ "{sr}SAWSDRVR.a"
{e} `Date -a -t` Asm SAWSDRVR.a >> "{log}"
Asm "{sr}SAWSDRVR.a" -i Me:MPW:AIncludes: -o "{hlxetc}"
"{ob}SAWSdrvr.lnk" ƒ "{ob}SAWSDRVR.a.o"
{e} `Date -a -t` Link SAWSDRVR.a. >> "{log}"
Link -t INIT -c SAWS -rt DRVR=31 -sg .IAC "{ob}SAWSDRVR.a.o" ∂
-o "{ob}SAWSdrvr.lnk"
"{ob}SAWSINIT.a.o" ƒ "{sr}SAWSINIT.a"
{e} `Date -a -t` Asm SAWSINIT.a >> "{log}"
Asm "{sr}SAWSINIT.a" -i Me:MPW:AIncludes: -o "{hlxetc}"
"{ob}SAWSInit" ƒ "{ob}SAWSINIT.a.o"
{e} `Date -a -t` Link SAWSINIT.a >> "{log}"
Link -rt INIT=0 -ra =16 "{ob}SAWSINIT.a.o" -o "{ob}SAWSInit"